home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / fr.txt < prev    next >
Text File  |  1998-10-20  |  3KB  |  134 lines

  1. // ***************************************************************************************
  2. // *                                                                                     *
  3. // * COPYRIGHT:                                                                          *
  4. // * (C) Copyright Taligent, Inc.,  1997                                                 *
  5. // * (C) Copyright International Business Machines Corporation,  1997                    *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure             *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  9. // *                                                                                     *
  10. // ***************************************************************************************
  11.  
  12. fr {
  13.     LocaleString { fr_FR }
  14.     LocaleID { "040c" }
  15.     ShortLanguage { fra }
  16.     ShortCountry { FRA }
  17.     Languages {
  18.         fr { franτais }
  19.         en { anglais }
  20.         de { allemand }
  21.         da { danois }
  22.         es { espagnol }
  23.         el { grec }
  24.         fi { finnois }
  25.         it { italien }
  26.         ja { japonais }
  27.         nl { hollandais }
  28.         no { norvΘgien }
  29.         pt { portugais }
  30.         sv { suΘdois }
  31.         tr { turc }
  32.     }
  33.     Countries {
  34.         FR { France }
  35.         US { "╔tats-Unis" }
  36.         DK { Danemark }
  37.         DE { Allemagne }
  38.         AT { Autriche }
  39.         GR { GrΦce }
  40.         ES { Espagne }
  41.         FI { Finlande }
  42.         IT { Italie }
  43.         CH { Suisse }
  44.         BE { Belgique }
  45.         CA { Canada }
  46.         JP { Japon }
  47.         NL { "Pays-Bas" }
  48.         NO { NorvΦge }
  49.         PT { Portugal }
  50.         SE { SuΦde }
  51.         TR { Turquie }
  52.     }
  53.     MonthNames {
  54.         janvier,
  55.         fΘvrier,
  56.         mars,
  57.         avril,
  58.         mai,
  59.         juin,
  60.         juillet,
  61.         ao√t,
  62.         septembre,
  63.         octobre,
  64.         novembre,
  65.         dΘcembre,
  66.         ""
  67.     }
  68.     MonthAbbreviations {
  69.         "janv.",
  70.         "fΘvr.",
  71.         mars,
  72.         "avr.",
  73.         mai,
  74.         juin,
  75.         "juil.",
  76.         ao√t,
  77.         "sept.",
  78.         "oct.",
  79.         "nov.",
  80.         "dΘc.",
  81.         ""
  82.     }
  83.     DayNames {
  84.         dimanche,
  85.         lundi,
  86.         mardi,
  87.         mercredi,
  88.         jeudi,
  89.         vendredi,
  90.         samedi
  91.     }
  92.     DayAbbreviations { "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." }
  93.     AmPmMarkers { AM, PM }
  94.     Eras { BC, "ap. J.-C." }
  95.     NumberPatterns {
  96.         "#,##0.###;-#,##0.###",
  97.         "#,##0.00 F;-#,##0.00 F",
  98.         "#,##0%"
  99.     }
  100.     NumberElements {
  101.         ",",
  102.         "\u00a0",
  103.         ";",
  104.         "%",
  105.         "0",
  106.         "#",
  107.         "-",
  108.         E,
  109.         "\u2030",
  110.         "\u221e",
  111.         "\ufffd"
  112.     }
  113.     CurrencyElements {
  114.         F,
  115.         FRF,
  116.         ","
  117.     }
  118.     DateTimePatterns {
  119.         "HH' h 'mm z",
  120.         "HH:mm:ss z",
  121.         "HH:mm:ss",
  122.         "HH:mm",
  123.         "EEEE d MMMM yyyy",
  124.         "d MMMM yyyy",
  125.         "d MMM yy",
  126.         "dd/MM/yy",
  127.         "{1} {0}"
  128.     }
  129.     DateTimeElements {
  130.         "2",
  131.         "1"
  132.     }
  133. }
  134.